Skip to content

test: test push notifications in itk#1009

Merged
kdziedzic70 merged 1 commit intomainfrom
dziedzick/test-push-notifications-in-itk
Apr 23, 2026
Merged

test: test push notifications in itk#1009
kdziedzic70 merged 1 commit intomainfrom
dziedzick/test-push-notifications-in-itk

Conversation

@kdziedzic70
Copy link
Copy Markdown
Contributor

@kdziedzic70 kdziedzic70 commented Apr 22, 2026

Description

PR extends itk cases with push_notifications compatibility tests

Thank you for opening a Pull Request!
Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Follow the CONTRIBUTING Guide.
  • Make your Pull Request title in the https://www.conventionalcommits.org/ specification.
    • Important Prefixes for release-please:
      • fix: which represents bug fixes, and correlates to a SemVer patch.
      • feat: represents a new feature, and correlates to a SemVer minor.
      • feat!:, or fix!:, refactor!:, etc., which represent a breaking change (indicated by the !) and will result in a SemVer major.
  • Ensure the tests and linter pass (Run bash scripts/format.sh from the repository root to format)
  • Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> 🦕

@kdziedzic70 kdziedzic70 requested a review from a team as a code owner April 22, 2026 12:56
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the A2A_SAMPLES_REVISION and implements push notification support in the ITK agent, including new configuration stores and sender logic. Key changes involve updating handle_call_agent to process push notification behaviors and adding corresponding test cases in run_itk.sh. Feedback identifies a regression where the uvicorn log level was hardcoded to 'info', suggests ensuring explicit error handling for unsupported transports by removing a default fallback value, and notes several unnecessary blank lines that should be removed for better code style.

Comment thread itk/main.py Outdated
Comment thread itk/main.py Outdated
Comment thread itk/main.py Outdated
Comment thread itk/main.py Outdated
@kdziedzic70 kdziedzic70 force-pushed the dziedzick/test-push-notifications-in-itk branch 7 times, most recently from e11148f to e038cd1 Compare April 22, 2026 14:00
Comment thread itk/main.py Outdated
@kdziedzic70 kdziedzic70 force-pushed the dziedzick/test-push-notifications-in-itk branch from e038cd1 to 41d347f Compare April 23, 2026 11:57
@kdziedzic70 kdziedzic70 force-pushed the dziedzick/test-push-notifications-in-itk branch from 41d347f to aef2f30 Compare April 23, 2026 12:00
@kdziedzic70 kdziedzic70 merged commit a470bae into main Apr 23, 2026
9 checks passed
@kdziedzic70 kdziedzic70 deleted the dziedzick/test-push-notifications-in-itk branch April 23, 2026 12:02
bartek-gralewicz added a commit to a2aproject/a2a-js that referenced this pull request Apr 24, 2026
# Description

- Updated the ITK suite to `itk-v.02-alpha` (newest).
- Fixed a status code bug in the REST transport (wrong code).
- Added 2 new test cases for push notifications. Similar changes done
already in Python SDK:
a2aproject/a2a-python#1009.
- Removed fake lines with v0.3 support added recently in A2A-Version PR.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants